home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / dosapps / ndn / ndn.ext < prev    next >
Encoding:
Text File  |  2004-08-09  |  3.4 KB  |  135 lines

  1. ; Necromancer's Dos Navigator Extension configuration file │
  2. ; ─────────────────────────────────────────────────────────┘
  3. ; Syntax: {} Enter, () Shift-Enter, [] Alt-Enter
  4. ;         asm,pas or asm;pas possible as filter
  5. ;         therefore comments only work at the first position of a string
  6. ;         you can comment the whole block by commenting the filter
  7. ;         ~!.!~/~!.ext Insert SFN (LFN default)
  8. ;
  9. ;Detailed help on the !.! expansion macros is available in the online help
  10. ;under the topic USER MENU -> MENU MACROS
  11. ; ───────────────────────── Assembler ───────────────────────────────────
  12. asm{    @echo off
  13. type %1
  14.     echo ┌────────────────────────────────────
  15.     echo │ Assembling and linking COM file... █
  16.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  17. ;        tasm !
  18. ;        tlink /t /x !.obj
  19.    }
  20. asm(    @echo off
  21.     echo ┌────────────────────────────────────
  22.     echo │ Assembling and linking EXE file... █
  23.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  24.     tasm !
  25.     tlink /x !.obj
  26.    )
  27. asm[
  28.    >1 ~A~ssemble only
  29.     tasm ! /m2
  30.    >1 Assemble & link ~C~OM file
  31.     tasm !
  32.     tlink /t/x !.obj
  33.    >1 Assemble & link E~X~E file
  34.     tasm !
  35.     tlink /x !.obj
  36.    ]
  37. obj{    @echo off
  38.     echo ┌─────────────────────────────
  39.     echo │ Linking file as COM file... █
  40.     echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  41.     tlink /t/x !.obj
  42.    }
  43. ; ────────────────── Programming  Languages ───────────────────────────
  44. bas{    D:\langs\pb\pb.exe ~!.!~}
  45. c  {    bcc32 -g1 -j1 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
  46.     !.exe
  47.    }
  48. cpp{    d:\langs\bc\bin\bc.exe ~!.!~}
  49. prj{    d:\langs\bc\bin\bc.exe ~!.!~}
  50. tp (    d:\langs\bp\bin\bp.exe /c~!.!~)
  51. tp {    d:\langs\bp\bin\bp.exe /c~!.!~}
  52. pas{    bpc ~!.!~}
  53. pas[    >1 ~B~orland Pascal
  54.     bpc ~!.!~
  55.     >1 ~V~irtual Pascal
  56.     vpc.exe !.!
  57.    ]
  58. c  [    >1 ~B~orland C++ 32Bit
  59.     bcc32 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
  60.     >1 ~W~atcom C/C++ 32bit
  61.     wcl386 -CC -l=wdosx -i=e:\wc\h !.!
  62.     >1 ~G~nu C/C++ 32bit
  63.     gcc !.! -o !.exe
  64.     >1 ~T~urbo C/C++ 16bit
  65.     tcc -Ie:\tc\INCLUDE -Le:\tc\LIB !.!
  66.    ]
  67. java{   @echo.
  68.     @echo ■ Compiling ■
  69.     @D:\PROGRA~1\JAVASD~1.4\BIN\javac.exe !.!
  70.     @echo ■ Running ■
  71.     @D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
  72. }
  73. ; ───────────────────────── Archivers ──────────────────────────────────
  74. lst(    arj a -jm ! !!!.!
  75.     del !.!)
  76. lst{    pkzip -ex ! @!.!
  77.     del !.!}
  78. ice{    lha x !.! *.* }
  79. ice(    have !.!)
  80. arj{    arj x !.! }
  81. arj(    arj x !.! e:)
  82. zip{    pkunzip -d !.!}
  83. zip(    pkunzip !.! e:)
  84.  
  85. ; ─────────────────────────── FoxPro ───────────────────────────────────
  86. mpr{    foxprol !.!}
  87. spr{    foxprol !.!}
  88. pjx{    foxprol !.!}
  89. prg{    foxprol !.!}
  90. fxp{    foxprol !.!}
  91.  
  92. ; ────────────────────────────── Misc ──────────────────────────────────
  93. stm{    ..\StMod ! F}
  94. bak{    del *.bak}
  95. sc {    paradox !.!}
  96. pcx{    pcxview !.! }
  97. $$${    del !.!}
  98. pkt{    pktview !.!}
  99. sch{    cap !.! }
  100. pcb{    cad !.! }
  101. UUE{    E:\SYS\UTIL\UUDECODE !.!}
  102.  
  103. ss{
  104.    @echo off
  105.    ren ~!.!~ ~!.EXE
  106.    ~!.EXE
  107.    ren ~!.EXE ~!.SS
  108.     }
  109.  
  110. ans{    AnSi
  111.     cls
  112.     TYPE !.!
  113.    }
  114.  
  115. ; ~»α«»¿ßáΓ∞ íπ¬óπ éáΦÑú« CD-ROM ñαá⌐óá
  116. cda{
  117.     dss Z:!.!
  118.    }
  119.  
  120. ; ─────────────────────────── All files ────────────────────────────────
  121.  
  122. ; This menu starts up by Alt-Enter for all files
  123. *  (   >1 Convert ~!.!~ ~t~o UUE
  124.        < Enter number of lines
  125.        <=200
  126.        E:\SYS\UTIL\UUENCODE -s%3 !.!
  127.        >1 Convert ~!.!~ ~f~rom UUE
  128.        E:\SYS\UTIL\UUDECODE !.!
  129.    )
  130.  
  131. *{;@echo off
  132.   echo Start "!.!"
  133. ;  start "!.!"
  134.  }
  135.